Tag Archives: Class

Definition of a class attribute – PHP

Dec 03, 2013

An attribute is know as data members and is used to hold data of a class. The data that it holds are specific to the..

Read more

How to Create Pagination in Codeigniter

Jun 26, 2012

Now a days most of the websites are database driven, we have seen that many websites show data as a long list. Well, there is..

Read more

PHP5 Tutorial – How to Create a

Jun 06, 2012

In the earlier PHP5 tutorial you learnt how to create a class in PHP5. In this tutorial you will learn how to create an object..

Read more

Php5 Tutorial – How to Compile Php5

May 30, 2012

Class Definition A class is user defined data type that includes features or data members; and techniques which work on the data members. (You will..

Read more